home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Select (Limited Edition)
/
Computer Select.iso
/
pcc
/
v04n12
/
batch2.exe
/
JUSTNO.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-10-12
|
186 b
|
11 lines
@ECHO OFF
REM This is JUSTNO.BAT
ECHO Do you want to do this (Y/N)?
KEY
IF ERRORLEVEL 78 IF NOT ERRORLEVEL 79 GOTO NO
ECHO You didn't say NO
GOTO END
:NO
ECHO You said NO
:END